home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1999 January
/
Designer's Club 1999 January.iso
/
mac
/
Idea Source®
/
teaser.dir
/
00143.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-17
|
236 b
|
12 lines
on exitFrame
global holder
if rollOver(18) then
set holder to the memberNum of sprite 4
set the memberNum of sprite 4 to 78
updateStage()
else
set the memberNum of sprite 4 to holder
updateStage()
end if
end